{ "version": 4, "terraform_version": "1.6.0", "serial": 470, "lineage": "c1581eea-15ed-862b-dced-8c4466f89a99", "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-7c62ec3c1c2797ab5", "ami": "ami-37e38beb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7909a891"], "subnet_id": "subnet-e4c6d8a2", "key_name": "prod-deploy-key" } } ] } ] }