{ "version": 4, "terraform_version": "1.8.4", "serial": 257, "lineage": "40a6d194-dfd6-212f-e73d-c36344e78489", "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-0a3e53db4f87da292", "ami": "ami-c5249e09", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5b5effc4"], "subnet_id": "subnet-ea79994e", "key_name": "prod-deploy-key" } } ] } ] }