{ "version": 4, "terraform_version": "1.8.1", "serial": 590, "lineage": "080fbd9b-3639-10fc-9031-845f823c3802", "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-2be6e2384fc56623f", "ami": "ami-6d409784", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-33c02086"], "subnet_id": "subnet-12f0443e", "key_name": "prod-deploy-key" } } ] } ] }