{ "version": 4, "terraform_version": "1.7.2", "serial": 545, "lineage": "c7a4e84d-90a9-90aa-b640-8f500f19df4d", "outputs": { "db_endpoint": { "value": "db-3.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-79980f45bf1aff5a1", "ami": "ami-cfecf4d2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8e1ab9a6"], "subnet_id": "subnet-f35417e3", "key_name": "prod-deploy-key" } } ] } ] }