{ "version": 4, "terraform_version": "1.7.0", "serial": 252, "lineage": "42c0f18e-b95d-2e23-c412-3ca2ba801580", "outputs": { "db_endpoint": { "value": "db-4.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-ae8abaa2bc4cabe9a", "ami": "ami-19b37caa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d9dfb5a3"], "subnet_id": "subnet-9cc928ce", "key_name": "prod-deploy-key" } } ] } ] }