{ "version": 4, "terraform_version": "1.7.0", "serial": 468, "lineage": "8724764e-c0a5-7bfa-e783-e187c88a35d5", "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-82da9a797394b5daf", "ami": "ami-8843c9e2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-998c07a7"], "subnet_id": "subnet-b6a10f31", "key_name": "prod-deploy-key" } } ] } ] }