{ "version": 4, "terraform_version": "1.8.5", "serial": 362, "lineage": "c00d7147-983f-9bd0-747a-be5292cdd1ad", "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-bdc2db6c13e4fb132", "ami": "ami-181f026f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8b4a799d"], "subnet_id": "subnet-7681ba48", "key_name": "prod-deploy-key" } } ] } ] }