{ "version": 4, "terraform_version": "1.8.1", "serial": 402, "lineage": "0e134149-8017-62df-d13e-65e54d2bea45", "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-e56f78a4dbf067308", "ami": "ami-1905310b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-be6efdc0"], "subnet_id": "subnet-597fa66c", "key_name": "prod-deploy-key" } } ] } ] }