{ "version": 4, "terraform_version": "1.5.4", "serial": 145, "lineage": "b029b547-273f-36fc-f7c2-4a0e777f1ab7", "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-0c64875a0d428cda8", "ami": "ami-5d6f85ae", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f45c80cf"], "subnet_id": "subnet-4cfeb534", "key_name": "prod-deploy-key" } } ] } ] }