{ "version": 4, "terraform_version": "1.6.5", "serial": 573, "lineage": "26518b9b-9720-9976-2831-50ec5397fa38", "outputs": { "db_endpoint": { "value": "db-3.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-fef9bc1bd48a8c5e3", "ami": "ami-82bbb7b3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-593ad134"], "subnet_id": "subnet-5377ec9f", "key_name": "prod-deploy-key" } } ] } ] }