{ "version": 4, "terraform_version": "1.5.6", "serial": 120, "lineage": "6c45ec7b-6c29-8683-f011-a91170e951f7", "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-2877abbe2419414ee", "ami": "ami-d82167b6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-42b0dfc1"], "subnet_id": "subnet-994da7c5", "key_name": "prod-deploy-key" } } ] } ] }