{ "version": 4, "terraform_version": "1.5.5", "serial": 288, "lineage": "f47e7c71-c6d2-f62d-634b-907258764f81", "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-5f97051ea7fd994ce", "ami": "ami-ced0fdac", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e4d70745"], "subnet_id": "subnet-6a6ed517", "key_name": "prod-deploy-key" } } ] } ] }