{ "version": 4, "terraform_version": "1.6.5", "serial": 576, "lineage": "6a43d8c7-8aa6-e854-fb71-3264fe4a548c", "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-ee634f150f84ca5df", "ami": "ami-fcb7d94c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b65b2d9b"], "subnet_id": "subnet-2294c29e", "key_name": "prod-deploy-key" } } ] } ] }