{ "version": 4, "terraform_version": "1.7.3", "serial": 483, "lineage": "a5ee2cfa-df56-82c8-d455-d3797e564008", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-29d9834ac36381db9", "ami": "ami-f0146867", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a5557a04"], "subnet_id": "subnet-50ce6009", "key_name": "prod-deploy-key" } } ] } ] }