{ "version": 4, "terraform_version": "1.7.6", "serial": 589, "lineage": "81286f81-6748-40a9-81b2-c494504616db", "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-3d5229070846188f6", "ami": "ami-a5f57d4e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a2beac24"], "subnet_id": "subnet-c6a78112", "key_name": "prod-deploy-key" } } ] } ] }