{ "version": 4, "terraform_version": "1.7.1", "serial": 276, "lineage": "64a3d313-59f0-5a19-4fd8-0f7671c3536c", "outputs": { "db_endpoint": { "value": "db-0.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-a22edeff0a4f1eac1", "ami": "ami-cdc07b5a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-19c45d47"], "subnet_id": "subnet-57629aa1", "key_name": "prod-deploy-key" } } ] } ] }