{ "version": 4, "terraform_version": "1.5.1", "serial": 244, "lineage": "1f8c56bc-6776-b696-b52d-08907d207070", "outputs": { "db_endpoint": { "value": "db-0.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-1a0fc8a01f4f2c857", "ami": "ami-36858b8c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f703793"], "subnet_id": "subnet-041b594f", "key_name": "prod-deploy-key" } } ] } ] }