{ "version": 4, "terraform_version": "1.7.7", "serial": 593, "lineage": "4e464913-e3cb-5e5f-1fb6-df1202e6988c", "outputs": { "db_endpoint": { "value": "db-4.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-a51088ad9a668d70c", "ami": "ami-03a74596", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-902748d4"], "subnet_id": "subnet-1c4e8fc1", "key_name": "prod-deploy-key" } } ] } ] }