{ "version": 4, "terraform_version": "1.6.4", "serial": 132, "lineage": "6ba6b087-cb94-9b6c-c157-0b87bc22cf65", "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-d0e260b8ac66e8c48", "ami": "ami-fb574c33", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-40b3424b"], "subnet_id": "subnet-55556dc9", "key_name": "prod-deploy-key" } } ] } ] }