{ "version": 4, "terraform_version": "1.8.6", "serial": 159, "lineage": "f52b0954-cfc7-8e81-c391-c5686e62c8fc", "outputs": { "db_endpoint": { "value": "db-1.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-cf1fdf7354b20de35", "ami": "ami-c1f85187", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ff691230"], "subnet_id": "subnet-a973ee5f", "key_name": "prod-deploy-key" } } ] } ] }