{ "version": 4, "terraform_version": "1.8.9", "serial": 292, "lineage": "d0761ce4-b373-917b-63dc-0f537fd53e29", "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-b77281381a3bbb38b", "ami": "ami-98056399", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9adf2186"], "subnet_id": "subnet-54a74e34", "key_name": "prod-deploy-key" } } ] } ] }