{ "version": 4, "terraform_version": "1.7.8", "serial": 191, "lineage": "9db3be86-81c0-5a50-e337-df03bc2eca2c", "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-43f5f7f00365db06e", "ami": "ami-6bcbe3b4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b5be7729"], "subnet_id": "subnet-0e50a104", "key_name": "prod-deploy-key" } } ] } ] }