{ "version": 4, "terraform_version": "1.8.7", "serial": 529, "lineage": "c8443615-0a10-c23c-c7e2-6c8eb0abb811", "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-6b2647a46cf832f76", "ami": "ami-285b57df", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-29b28673"], "subnet_id": "subnet-53d30be4", "key_name": "prod-deploy-key" } } ] } ] }