{ "version": 4, "terraform_version": "1.7.3", "serial": 529, "lineage": "ea55a830-66e9-826f-8b62-e08aa7d37c1a", "outputs": { "db_endpoint": { "value": "db-1.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-72b533076bd0633cd", "ami": "ami-9dbb3c60", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6f62825c"], "subnet_id": "subnet-af03d7e0", "key_name": "prod-deploy-key" } } ] } ] }