{ "version": 4, "terraform_version": "1.5.9", "serial": 596, "lineage": "0d9bd6bc-4196-ff56-e274-1a97a602919f", "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-aa8b100022134c971", "ami": "ami-e43324aa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e34fa740"], "subnet_id": "subnet-86f3d10b", "key_name": "prod-deploy-key" } } ] } ] }