{ "version": 4, "terraform_version": "1.6.1", "serial": 204, "lineage": "fb4abbe1-3afe-d8b0-b05d-1f6c173eb529", "outputs": { "db_endpoint": { "value": "db-4.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-e9d4637609c237c03", "ami": "ami-125083ac", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-751d4743"], "subnet_id": "subnet-254aec5c", "key_name": "prod-deploy-key" } } ] } ] }