{ "version": 4, "terraform_version": "1.6.7", "serial": 144, "lineage": "3848ee72-a713-fe57-7479-961dd605e08c", "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-fbbf40e1b677bce63", "ami": "ami-2682fc7c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-27861aa4"], "subnet_id": "subnet-326eed89", "key_name": "prod-deploy-key" } } ] } ] }