{ "version": 4, "terraform_version": "1.5.3", "serial": 316, "lineage": "132e2925-13ea-3d2b-56da-468c285be721", "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-6d510848da0bc8d74", "ami": "ami-ffb7f505", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ee42a4f"], "subnet_id": "subnet-8dc1c42b", "key_name": "prod-deploy-key" } } ] } ] }