{ "version": 4, "terraform_version": "1.8.6", "serial": 251, "lineage": "e8eb331a-2926-9869-9ca1-9171dbb05f76", "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-224dc2f8286d186f4", "ami": "ami-e64f00b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6d13c657"], "subnet_id": "subnet-0595d660", "key_name": "prod-deploy-key" } } ] } ] }