{ "version": 4, "terraform_version": "1.6.8", "serial": 522, "lineage": "e583c997-4cf0-32d9-9d39-6e1e35b262d4", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-dbfaf9ed938be2b85", "ami": "ami-bd39d8ea", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ea4a5911"], "subnet_id": "subnet-5005f910", "key_name": "prod-deploy-key" } } ] } ] }