{ "version": 4, "terraform_version": "1.7.0", "serial": 108, "lineage": "09c8acc2-b3ba-2b9f-908d-a305ef817b53", "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-7bc1d3f88f88d6108", "ami": "ami-38b45f13", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a6fa921d"], "subnet_id": "subnet-a1282360", "key_name": "prod-deploy-key" } } ] } ] }