{ "version": 4, "terraform_version": "1.5.5", "serial": 194, "lineage": "3514f275-d95b-2f3c-8a14-17c0ad70476a", "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-e227173adc1d3e1f5", "ami": "ami-b89b80f4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6768f435"], "subnet_id": "subnet-6b9d8584", "key_name": "prod-deploy-key" } } ] } ] }