{ "version": 4, "terraform_version": "1.6.0", "serial": 542, "lineage": "16e0db00-beff-e3d6-e1c6-29c3581f36f1", "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-9cc3e7d818639faf8", "ami": "ami-98855a5a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-792b45e1"], "subnet_id": "subnet-ac946f50", "key_name": "prod-deploy-key" } } ] } ] }