{ "version": 4, "terraform_version": "1.5.9", "serial": 271, "lineage": "a0d940c9-cf5e-1ba0-b969-2f8abf3df1fb", "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-a8728c16fe250ce12", "ami": "ami-730aafd8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-93bbf31e"], "subnet_id": "subnet-6b4b5787", "key_name": "prod-deploy-key" } } ] } ] }