{ "version": 4, "terraform_version": "1.7.1", "serial": 110, "lineage": "0269467a-d5e5-c9a7-d2ce-558200d15483", "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-94ddc1f50fe94c46b", "ami": "ami-cf415698", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5cd1164b"], "subnet_id": "subnet-15ee9bb0", "key_name": "prod-deploy-key" } } ] } ] }