{ "version": 4, "terraform_version": "1.5.7", "serial": 246, "lineage": "8abe53a7-7a04-5e06-756d-191bfa524397", "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-0baa0cba14f262350", "ami": "ami-d0dac769", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cf6526eb"], "subnet_id": "subnet-a533f577", "key_name": "prod-deploy-key" } } ] } ] }