{ "version": 4, "terraform_version": "1.7.2", "serial": 511, "lineage": "76b9c9b1-9109-31d9-2bbd-fce2257d4c80", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-33924e5a320b202a4", "ami": "ami-d15d1b03", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c4c7f7c1"], "subnet_id": "subnet-01f6e509", "key_name": "prod-deploy-key" } } ] } ] }