{ "version": 4, "terraform_version": "1.5.4", "serial": 326, "lineage": "842c4bd7-14eb-fd66-0145-34f10ef5e0de", "outputs": { "db_endpoint": { "value": "db-4.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-8769ca9e4c557c726", "ami": "ami-49dd09f0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-95b4e24e"], "subnet_id": "subnet-e85b491a", "key_name": "prod-deploy-key" } } ] } ] }