{ "version": 4, "terraform_version": "1.7.4", "serial": 120, "lineage": "a699685b-7a5f-8ff6-ed67-bb4cf7482561", "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-e7a17f46807c67c64", "ami": "ami-b461fce8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1fea1c40"], "subnet_id": "subnet-4c09e519", "key_name": "prod-deploy-key" } } ] } ] }