{ "version": 4, "terraform_version": "1.6.7", "serial": 510, "lineage": "5e84a47a-e008-2d38-bcb7-a69a16cda0c0", "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-6f644e5150b09bcf8", "ami": "ami-e86a82ad", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47499280"], "subnet_id": "subnet-4a044483", "key_name": "prod-deploy-key" } } ] } ] }