{ "version": 4, "terraform_version": "1.7.2", "serial": 306, "lineage": "b6ada9ad-a541-32ee-5952-d09b97c21c3c", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-dfa9f4e96aef6245a", "ami": "ami-bc512897", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-201c1109"], "subnet_id": "subnet-b630c37f", "key_name": "prod-deploy-key" } } ] } ] }