{ "version": 4, "terraform_version": "1.6.6", "serial": 432, "lineage": "07f6f140-d2de-740d-d3de-67e1cc6730ef", "outputs": { "db_endpoint": { "value": "db-2.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-8a20987a707e239f1", "ami": "ami-93e7c717", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8fe017f5"], "subnet_id": "subnet-505fb02c", "key_name": "prod-deploy-key" } } ] } ] }