{ "version": 4, "terraform_version": "1.5.8", "serial": 527, "lineage": "ec3eff60-a713-8b3d-a2a3-44759eeb9958", "outputs": { "db_endpoint": { "value": "db-2.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-24b3cf1f42062fa4c", "ami": "ami-c0e1fcf0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56f22001"], "subnet_id": "subnet-482d4e02", "key_name": "prod-deploy-key" } } ] } ] }