{ "version": 4, "terraform_version": "1.8.0", "serial": 385, "lineage": "f6e9f0ac-428e-71b5-044f-1024097dbcba", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-5b6559d75836f3c59", "ami": "ami-9bd03dab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8a01329b"], "subnet_id": "subnet-e3cbad06", "key_name": "prod-deploy-key" } } ] } ] }