{ "version": 4, "terraform_version": "1.5.6", "serial": 143, "lineage": "661a26a7-abc8-1bf5-0d0d-893a87591f1a", "outputs": { "db_endpoint": { "value": "db-4.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-c2204ac0332dbd25d", "ami": "ami-25815cb4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9adaeeae"], "subnet_id": "subnet-f0f8396c", "key_name": "prod-deploy-key" } } ] } ] }