{ "version": 4, "terraform_version": "1.5.1", "serial": 518, "lineage": "1750c1d4-266b-4968-84ad-10de9a0bfb9f", "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-f92e9d3f897806794", "ami": "ami-06f07fbf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-08e03133"], "subnet_id": "subnet-4e319eb7", "key_name": "prod-deploy-key" } } ] } ] }