{ "version": 4, "terraform_version": "1.7.0", "serial": 122, "lineage": "d645fc69-6436-e1b6-d647-35a0ed8f4380", "outputs": { "db_endpoint": { "value": "db-0.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-dd9c8181f18dcc395", "ami": "ami-c1a1e3f2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0d3f36c8"], "subnet_id": "subnet-08f7694e", "key_name": "prod-deploy-key" } } ] } ] }