{ "version": 4, "terraform_version": "1.8.4", "serial": 241, "lineage": "2f6a16ac-85be-463f-2403-bdf09340d137", "outputs": { "db_endpoint": { "value": "db-1.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-1082d41ef4571ef57", "ami": "ami-65fdf99e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-832dca53"], "subnet_id": "subnet-5f58cf0f", "key_name": "prod-deploy-key" } } ] } ] }