{ "version": 4, "terraform_version": "1.8.0", "serial": 594, "lineage": "82a595a9-a1e5-f2af-5a9b-ea020f7c675a", "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-1e306d148996902e2", "ami": "ami-f20cfa44", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8319d558"], "subnet_id": "subnet-28dc5b29", "key_name": "prod-deploy-key" } } ] } ] }