{ "version": 4, "terraform_version": "1.5.8", "serial": 511, "lineage": "d822edc4-f9f4-3f26-41ae-40ba5b3b2be9", "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-8f6e11d65960c3417", "ami": "ami-9b75009a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7796efd4"], "subnet_id": "subnet-9588b248", "key_name": "prod-deploy-key" } } ] } ] }