{ "version": 4, "terraform_version": "1.5.7", "serial": 202, "lineage": "e3759b65-ccc4-8719-61c4-3752b6f2c353", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-523a54ca3a047e673", "ami": "ami-4034c9fa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ee58cb96"], "subnet_id": "subnet-522383f3", "key_name": "prod-deploy-key" } } ] } ] }