{ "version": 4, "terraform_version": "1.8.1", "serial": 121, "lineage": "fb2da8dc-7f21-e2c3-7855-2c9c37648916", "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-dacb1a239af4059c3", "ami": "ami-e99761fb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-78f3fcf4"], "subnet_id": "subnet-699cc539", "key_name": "prod-deploy-key" } } ] } ] }