{ "version": 4, "terraform_version": "1.8.3", "serial": 485, "lineage": "0633b8ff-7f9a-d615-4802-f9d069d70371", "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-cfa9add171b27de95", "ami": "ami-6b2ce911", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-794d06ed"], "subnet_id": "subnet-2eb2d9eb", "key_name": "prod-deploy-key" } } ] } ] }