{ "version": 4, "terraform_version": "1.7.0", "serial": 203, "lineage": "eb4c1575-a483-8102-bee0-3570218b9a0d", "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-8c98ea16e87be6a88", "ami": "ami-7ded6665", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1c5a5686"], "subnet_id": "subnet-71d1ab15", "key_name": "prod-deploy-key" } } ] } ] }