{ "version": 4, "terraform_version": "1.7.0", "serial": 194, "lineage": "5707a113-75b7-39e3-cfe5-2cf6371c1aeb", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.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-81ebdf7622ceb7ac7", "ami": "ami-9f9b06e9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aad0db1e"], "subnet_id": "subnet-6cb27a19", "key_name": "prod-deploy-key" } } ] } ] }