{ "version": 4, "terraform_version": "1.7.4", "serial": 427, "lineage": "e02f5fcf-bdca-e510-a84b-50027f133680", "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-abbd62be24bf3717c", "ami": "ami-f4ff7c22", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fa716c27"], "subnet_id": "subnet-2cfdfd51", "key_name": "prod-deploy-key" } } ] } ] }