{ "version": 4, "terraform_version": "1.5.0", "serial": 172, "lineage": "0b61b903-7452-a756-499e-9267a1edf699", "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-feb02dc7d872ab4f5", "ami": "ami-2a0862cd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-48ed98f0"], "subnet_id": "subnet-833f965a", "key_name": "prod-deploy-key" } } ] } ] }