{ "version": 4, "terraform_version": "1.8.6", "serial": 547, "lineage": "34a78afa-8d21-2ab8-5b18-585989cdfb84", "outputs": { "db_endpoint": { "value": "db-1.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-d7c49089f144ef5ab", "ami": "ami-55d27ccc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ee3dbfda"], "subnet_id": "subnet-4e157404", "key_name": "prod-deploy-key" } } ] } ] }