{ "version": 4, "terraform_version": "1.6.4", "serial": 422, "lineage": "21a2f95d-9ece-82ad-481b-ac9322384e67", "outputs": { "db_endpoint": { "value": "db-2.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-f8be33a6fc4fab269", "ami": "ami-edd5c144", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eafc82a8"], "subnet_id": "subnet-66de831c", "key_name": "prod-deploy-key" } } ] } ] }