{ "version": 4, "terraform_version": "1.6.5", "serial": 363, "lineage": "baeed297-3613-06f3-fed1-ca8f2fbae8b1", "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-4c8e2413e9bd13957", "ami": "ami-2a932c0c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5353812a"], "subnet_id": "subnet-33886946", "key_name": "prod-deploy-key" } } ] } ] }