{ "version": 4, "terraform_version": "1.8.2", "serial": 589, "lineage": "2b0a25c2-0873-e1b1-d455-57d81cf2f989", "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-6356d0beebd82353f", "ami": "ami-e68520f1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fa088d85"], "subnet_id": "subnet-bc61f76f", "key_name": "prod-deploy-key" } } ] } ] }