{ "version": 4, "terraform_version": "1.8.0", "serial": 323, "lineage": "26fcd423-b041-a871-3cdd-1d6c367038f0", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-f604b5a3f0ee1e641", "ami": "ami-06fc25cc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cf7aaff7"], "subnet_id": "subnet-af6bdaee", "key_name": "prod-deploy-key" } } ] } ] }