{ "version": 4, "terraform_version": "1.5.8", "serial": 243, "lineage": "bca17fa0-937d-c837-32e9-7c254c2fbb8c", "outputs": { "db_endpoint": { "value": "db-3.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-dc8b0178f0f385b3e", "ami": "ami-6f1fe05c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ed40d00e"], "subnet_id": "subnet-6dd2caa1", "key_name": "prod-deploy-key" } } ] } ] }